home *** CD-ROM | disk | FTP | other *** search
/ hornet.scene.org / hornet.scene.org FTP 11-25-2012.zip / hornet.scene.org FTP 11-25-2012 / code / tutors / math / 00_index.txt next >
File List  |  2012-06-16  |  1KB  |  20 lines

  1. 3dlib.zip          6095 **+   3d Lib by deks : Simple vector and matrix
  2.                               | functions. Useless unless you know what they
  3.                               | do, and easier to make than use if you do know.
  4.                               | Correct code (and math) at the very least.
  5.                               | C/C++
  6. azr_bcrv.zip      96843 ***   Bezier and Spline by plash of Azure : Examples of
  7.                               | Bezier patches and B-spline curves. Read a
  8.                               | reference on bezier or spline modelling first.
  9.                               | The math is not easy nor is it explained by the
  10.                               | author.  Good reference if you are having
  11.                               | troubles getting your own routines to work.
  12.                               | C/C++
  13. spline_3.zip       9852 ***+  Spline Interpolation v1.3 by Adept of Esteem :
  14.                               | Contains source to interpolate the spline data
  15.                               | found in .3ds files. C/C++
  16. sqrt.zip           1569 **+   Flat Square Root by Noble Roman : Only explains
  17.                               | how to do it, not why it works, so it is not
  18.                               | great for people with hardly any math
  19.                               | knowledge. Text
  20.